﻿<List Header=""  XmlVersion="2"  HAlign="Center"  Height="0"  Width="0"  Culture=""  Calendar=""  ToolbarPosition="Top"  RTL="False"  ShowHeader="False"  ShowToolbar="True"  ShowPrint="False"  ShowAlertMe="False"  ShowCancelButton="True"  ShowAttachments="True"  SaveLocalizations="True"  LocalizationsUrl=""  ToolbarImageOnly="False"  ToolbarTooltips="False"  ShowSaveButton="True"  ShowSaveAndExitButton="True"  AllowNew="True"  AllowDelete="True"  RequiredFieldBorderColor="#C00000"  HelpPage=""  MarkRequiredFields="True"  AsyncValidation="False"  AsyncLoadCompleted="False"  FontSize="0"  ShowUserLoginName="False"  FontFamily=""  PrintControls=""  PrintHeaders=""  PrintTemplate=""  PrintCaption="" >
  <Tabs>
<Tab Header="Form" ID="5D2DDF1E-0364-41F0-AB99-C0A9B0878AE0"  >
</Tab>
  </Tabs>
  <Sections>
<Section ID="6885F4D8-C38F-4342-8916-0CB95D7843EE" Tab="5D2DDF1E-0364-41F0-AB99-C0A9B0878AE0" Columns="2" ColumnWidths="100;*" BorderWidth="1" BorderColor="Black" BackColor="Transparent"  >
</Section>
  </Sections>
  <Controls>
<Control Type="Label" Name="lbl_Title" GridRow="0" GridColumn="0" Section="6885F4D8-C38F-4342-8916-0CB95D7843EE" HAlignment="left" VAlignment="center" Value="Title" LabelForControl="Title" ForeColor="Black"  >
</Control>
<Control Type="TextBox" Name="c_Title" GridRow="0" GridColumn="1" Section="6885F4D8-C38F-4342-8916-0CB95D7843EE" HAlignment="stretch" VAlignment="center" TargetFieldName="Title" IsRequired="True" ForeColor="Black"  >
</Control>
<Control Type="Label" Name="lbl_Country" GridRow="1" GridColumn="0" Section="6885F4D8-C38F-4342-8916-0CB95D7843EE" HAlignment="left" VAlignment="center" Value="Country" LabelForControl="Country" ForeColor="Black"  >
</Control>
<Control Type="LookupPicker" Name="c_Country" GridRow="1" GridColumn="1" Section="6885F4D8-C38F-4342-8916-0CB95D7843EE" HAlignment="Left" VAlignment="Center" TargetFieldName="Country" CellBackColor="Transparent" Lookup_Entity="Countries" Lookup_Url="http://bpcspdev/PowerFormsDemoSiteHTML" Lookup_ListId="COUNTRIES" Lookup_DisplayFieldName="Title" Lookup_ValueFieldName="ID" Lookup_PreloadData="True" ForeColor="Black" BackColor="Transparent" ExtraConfiguration="&lt;PS&gt;&lt;P Name=&quot;AllowBlankSearchText&quot; Value=&quot;True&quot;  &gt;&lt;/P&gt;&lt;P Name=&quot;Sorted&quot; Value=&quot;True&quot;  &gt;&lt;/P&gt;&lt;P Name=&quot;AutoLoadDisplayMember&quot; Value=&quot;False&quot;  &gt;&lt;/P&gt;&lt;P Name=&quot;SearchAnyPartOfText&quot; Value=&quot;True&quot;  &gt;&lt;/P&gt;&lt;/PS&gt;"  >
</Control>
<Control Type="Label" Name="lbl_ID" GridRow="2" GridColumn="0" HAlignment="left" VAlignment="center" Value="ID" LabelForControl="ID" IsHidden="True" ForeColor="Black"  >
</Control>
<Control Type="TextBox" Name="c_ID" GridRow="2" GridColumn="1" HAlignment="stretch" VAlignment="center" TargetFieldName="ID" IsEnabled="False" IsEnabledOnEdit="False" IsHidden="True" ForeColor="Black"  >
</Control>
<Control Type="Label" Name="lbl_ContentType" GridRow="3" GridColumn="0" HAlignment="left" VAlignment="center" Value="Content Type" LabelForControl="ContentType" IsHidden="True" ForeColor="Black"  >
</Control>
<Control Type="TextBox" Name="c_ContentType" GridRow="3" GridColumn="1" HAlignment="stretch" VAlignment="center" TargetFieldName="ContentType" IsHidden="True" ForeColor="Black"  >
</Control>
<Control Type="Label" Name="lbl_FileRef" GridRow="4" GridColumn="0" HAlignment="left" VAlignment="center" Value="URL Path" LabelForControl="FileRef" IsHidden="True" ForeColor="Black"  >
</Control>
<Control Type="TextBox" Name="c_FileRef" GridRow="4" GridColumn="1" HAlignment="stretch" VAlignment="center" TargetFieldName="FileRef" IsEnabled="False" IsEnabledOnEdit="False" IsHidden="True" ForeColor="Black"  >
</Control>
<Control Type="Label" Name="lbl_FileLeafRef" GridRow="5" GridColumn="0" HAlignment="left" VAlignment="center" Value="Name" LabelForControl="FileLeafRef" IsHidden="True" ForeColor="Black"  >
</Control>
<Control Type="TextBox" Name="c_FileLeafRef" GridRow="5" GridColumn="1" HAlignment="stretch" VAlignment="center" TargetFieldName="FileLeafRef" IsHidden="True" ForeColor="Black"  >
</Control>
  </Controls>
<Translations>
<T Key="Form_NewRecord" Value="New Record" />
<T Key="Form_SaveRecord" Value="Save Record" />
<T Key="Form_SaveAndExitRecord" Value="Save and Exit" />
<T Key="Form_EditRecord" Value="Edit Record" />
<T Key="Form_DeleteRecord" Value="Delete Record" />
<T Key="Form_DesignForm" Value="Design Form" />
<T Key="Form_Cancel" Value="Cancel" />
<T Key="Form_Print" Value="Print" />
<T Key="Form_Help" Value="Help" />
<T Key="Form_AlertMe" Value="Alert Me" />
<T Key="Form_ManagePermissions" Value="Manage Permissions" />
<T Key="Form_FlatMode" Value="Flat Mode" />
<T Key="Form_NormalMode" Value="Normal Mode" />
<T Key="Form_ValidationErrorMessage" Value="Error occurred during validation" />
<T Key="Form_ValidationErrorCaption" Value="Validation Error" />
<T Key="Form_RequiredFieldsMissing" Value="Values must be provided for every required field" />
<T Key="Form_DeleteConfirmationMessage" Value="Are you sure you want to delete this item?" />
<T Key="Form_NoRecordsToDelete" Value="No valid record to delete" />
<T Key="Attachments_TabHeader" Value="Attachments" />
<T Key="Attachments_Filename" Value="Filename" />
<T Key="Attachments_Browse" Value="Browse..." />
<T Key="Attachments_OpenSelected" Value="Open" />
<T Key="Attachments_Upload" Value="Upload" />
<T Key="Attachments_Delete" Value="Remove" />
<T Key="Attachments_DeleteConfirmationMessage" Value="Are you sure you want to delete the selected file?" />
<T Key="Attachments_DeleteConfirmationCaption" Value="Delete Confirmation" />
<T Key="Generic_OK" Value="OK" />
<T Key="Generic_Cancel" Value="Cancel" />
<T Key="Generic_Clear" Value="Clear" />
<T Key="Generic_Error" Value="Error" />
<T Key="Generic_Refresh" Value="Refresh" />
<T Key="Generic_Loading" Value="Please wait while the form is loading..." />
<T Key="Lookup_Title" Value="Select" />
<T Key="Lookup_BrowseButtonTooltip" Value="Browse..." />
<T Key="Lookup_SearchLabel" Value="Filter" />
<T Key="Lookup_SearchButton" Value="Search" />
<T Key="Lookup_SelectedValue" Value="Selected Value" />
<T Key="Lookup_SelectAll" Value="Select All" />
<T Key="Lookup_AddValue" Value="Add" />
<T Key="HyperlinkTextbox_Description" Value="Description" />
<T Key="BusyIndicator_PleaseWait" Value="Please wait..." />
<T Key="RadioButton_TrueLabel" Value="Yes" />
<T Key="RadioButton_FalseLabel" Value="No" />
<T Key="RadioButtons_NoValue" Value="[No Value]" />
<T Key="Grid_GroupHeader" Value="Drag a column header and drop it here to group by that column" />
<T Key="Grid_NextPage" Value="Go to the next page" />
<T Key="Grid_PreviousPage" Value="Go to the previous page" />
<T Key="Grid_LastPage" Value="Go to the last page" />
<T Key="Grid_FirstPage" Value="Go to the first page" />
<T Key="Grid_Items" Value="Items" />
<T Key="Grid_NoItems" Value="No items to display" />
</Translations>
</List>